Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Comment Class / Text Method / Text(String,Int32,Nullable<Boolean>) Method


In This Topic
    Text(String,Int32,Nullable<Boolean>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function Text( _
       ByVal text As String, _
       ByVal start As Integer, _
       ByVal overwrite As Nullable(Of Boolean) _
    ) As String
    'Usage
     
    
    Dim instance As Comment
    Dim text As String
    Dim start As Integer
    Dim overwrite As Nullable(Of Boolean)
    Dim value As String
     
    value = instance.Text(text, start, overwrite)
    public override string Text( 
       string text,
       int start,
       Nullable<bool> overwrite
    )

    Parameters

    text
    start
    overwrite
    See Also